Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Info
The Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Info schema provides signature verification details for a Supervisor Service version.
This schema was added in vSphere API 9.1.0.0.
{
"supervisor_name": "string",
"status": "string",
"images": [
{
"url": "string",
"digest": "string",
"status": "string",
"certificate_chain": [
"string"
],
"last_verified_at": "string"
}
],
"last_verified_at": "string",
"messages": [
{
"severity": "string",
"details": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
]
}
The name of the Supervisor managing the Service version.
This property was added in vSphere API 9.1.0.0.
The overall trust status of the service version. This aggregates the status of all image package bundles referenced by the service version.
For more information see: Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Status.
This property was added in vSphere API 9.1.0.0.
A list of container image artifacts and their corresponding signature verification results associated with the service version.
This property was added in vSphere API 9.1.0.0.
Timestamp of the most recent verification attempt.
This property was added in vSphere API 9.1.0.0.
A set of messages that provide additional details regarding the signature verification result. Returns an empty list if no messages are available or the Supervisor Service version is signed and trusted.
This property was added in vSphere API 9.1.0.0.